projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90e0918
)
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 1996 21:13:39 +0000
(21:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 1996 21:13:39 +0000
(21:13 +0000)
lib-src/makefile.nt
patch
|
blob
|
history
diff --git
a/lib-src/makefile.nt
b/lib-src/makefile.nt
index 2005acea5d71d7f050fbb73c3ea80ce87c48dc2a..692d01768813eab151554d7f195a724a8401a8fb 100644
(file)
--- a/
lib-src/makefile.nt
+++ b/
lib-src/makefile.nt
@@
-85,7
+85,7
@@
$(BLD)\regex.obj: ../src/regex.c ../src/regex.h ../src/config.h
$(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
../src/regex.c -Fo$@
-ETAGS_CFLAGS = -DETAGS_REGEXPS
+ETAGS_CFLAGS = -DETAGS_REGEXPS
-DHAVE_GETCWD
$(BLD)\etags.obj: etags.c
$(CC) $(CFLAGS) $(ETAGS_CFLAGS) -Fo$@ etags.c